home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / Blankers / CompileM < prev    next >
AmigaDOS Script File  |  1996-01-25  |  151b  |  9 lines

  1. .key TARGET/A,NAME/A
  2.  
  3. FailAt 25
  4.  
  5. echo  Invoking 'smake <TARGET>' on <NAME>
  6. cd <NAME>
  7. smake <TARGET> -s -f /SMakefile MATH="MATH=IEEE" NAME=<NAME>
  8. cd /
  9.